From: Platonides Date: Sun, 25 Jul 2010 17:46:15 +0000 (+0000) Subject: Remove unused global faster than Reedy. X-Git-Tag: 1.31.0-rc.0~35951 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=da03a57a59d69c0ad862119baaf23605f1dd3558;p=lhc%2Fweb%2Fwiklou.git Remove unused global faster than Reedy. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index a9ea83b2d6..be9c459586 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1848,7 +1848,6 @@ class OutputPage { if ( $action == null ) { $text = wfMsgNoTrans( 'permissionserrorstext', count( $errors ) ) . "\n\n"; } else { - global $wgLang; $action_desc = wfMsgNoTrans( "action-$action" ); $text = wfMsgNoTrans( 'permissionserrorstext-withaction',